Skip to content

fix(publish): Various apple publish/# fixes. #5718

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 6 commits into from
Mar 25, 2023

Conversation

jcassidyav
Copy link
Contributor

@jcassidyav jcassidyav commented Feb 27, 2023

PR Checklist

What is the current behavior?

Currently any command that tries to login to apple with a username/passwrod will fail and lock the apple account.
e.g. ns publish ios. fastlane issue: fastlane/fastlane#21071.

Current implementation does not support SMS verification. (#5714)

On Xcode >= 14 publish will fail because of the removal of iTMSTransporter. (#5704)

What is the new behavior?

The Hashcash header is implemented allowing login.
The simple 1 phone registered SMS case is supported.
Now uses altool to push ipa if xcode>=14.

fixes #5714
fixes #5704.

@cla-bot cla-bot bot added the cla: yes label Feb 27, 2023
@jcassidyav jcassidyav changed the title Fix # fix(publish): Various apple publish/# fixes. Feb 27, 2023
@rigor789 rigor789 added this to the 8.5 milestone Mar 15, 2023
@rigor789 rigor789 merged commit 1c27c2b into NativeScript:main Mar 25, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tns apple-login sms verification doesn't work iTMS Transporter not found on this machine - Transporter is no longer bundled with xcode 14
2 participants